﻿@import "animate.min.css";

/* Ripple Effect */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1),
      0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1),
      0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1),
      0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1),
      0 0 0 80px rgba(255, 255, 255, 0);
  }
}

::selection,
::-moz-selection,
::-webkit-selection {
  background: #1f1f1f;
  color: #fff;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 16px;
  /* Required, global font size */
  width: 100%;
  overflow-x: hidden;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
a {
  margin: 0;
  padding: 0;
}

/* 初始化 */
body,
div,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 1.71428571429;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #232830;
  background-color: #ffffff;
}

:active,
:focus {
  outline: none !important;
}

select {
  max-width: 100%;
}

ul,
li {
  list-style-type: none;
}

blockquote {
  background: #fff;
  border: 1px solid #f8f8f8;
  border-left: 5px solid var(--bg-red);
  padding: 0 1.75rem 1.25rem;
  margin-top: 1.421875rem;
  line-height: 2;
  font-size: 1rem;
}

blockquote::before {
  color: var(--bg-red);
  content: open-quote;
  font-size: 5.25rem;
  line-height: 0.1;
  margin-right: 0.21875rem;
  vertical-align: -2.055rem;
  font-family: sans-serif;
  content: "\201C";
  /*Unicode for Left Double Quote*/
}

strong {
  font-weight: 600;
}

hr {
  margin: 1.421875rem 0;
  border-color: #f4f4f4;
}

hr.black {
  border-color: rgba(255, 255, 255, 0.1);
}

img {
  max-width: 100%;
}

iframe {
  border: none !important;
}

/* ======================================================
   <!-- Table -->
/* ====================================================== */
table.table-normal,
.table-normal table {
  border: 1px solid black;
  border-collapse: collapse;
  width: 100%;
}

table.table-normal th,
.table-normal table th {
  text-align: left;
}

table.table-normal td,
table.table-normal th,
.table-normal table td,
.table-normal table th {
  border: 1px solid black;
  padding: 0.2rem;
}

a {
  color: #232830;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a.link {
  text-decoration: underline;
  color: var(--text-color-red);
}

a.link:hover {
  color: var(--text-color-red);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  font-variant-ligatures: common-ligatures;
  margin-top: 0;
  word-wrap: break-word;
}

.h1 {
  font-size: 3.375rem !important;
  line-height: 1.14285714286 !important;
}

.h2 {
  font-size: 22.375rem !important;
  line-height: 1.2 !important;
}

.h3 {
  font-size: 1.75rem !important;
  line-height: 1.25 !important;
}

.h4 {
  font-size: 1.25rem !important;
  line-height: 1.33333333333 !important;
}

.h5 {
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
}

.h6 {
  font-size: 0.75rem !important;
  line-height: 2 !important;
  font-weight: 600 !important;
}

.heading-space-none {
  margin: 0 !important;
  padding: 0 !important;
}

@media all and (max-width: 768px) {
  h1 {
    font-size: 2.4107142857rem;
    line-height: 1.15555556;
  }

  h2 {
    font-size: 15.6625rem;
    line-height: 1.421875;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.625;
  }

  .h1 {
    font-size: 2.4107142857rem !important;
    line-height: 1.15555556 !important;
  }

  .h2 {
    font-size: 15.6625rem !important;
    line-height: 1.421875 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.625 !important;
  }
}

@media all and (max-width: 480px) {
  h1 {
    font-size: 1.2053571429rem;
    line-height: 1.38461538462;
  }

  h2 {
    font-size: 13.425rem;
    line-height: 1.28571428571;
  }

  h3 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h1 {
    font-size: 1.2053571429rem !important;
    line-height: 1.38461538462 !important;
  }

  .h2 {
    font-size: 13.425rem !important;
    line-height: 1.28571428571 !important;
  }

  .h3 {
    font-size: 1.25rem !important;
    line-height: 1.5 !important;
  }
}

.font-normal {
  font-weight: 400 !important;
}

.font-uppercase {
  text-transform: uppercase !important;
}

.font-bold {
  font-weight: 800 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-no-italic {
  font-style: normal !important;
}

.font-underline {
  text-decoration: underline !important;
}

.font-primary-color {
  color: var(--text-color-red) !important;
}

.font-sub-color {
  color: #aeaeae !important;
}

.font-white {
  color: white;
}

.font-white p,
.font-white h1,
.font-white h2,
.font-white h3,
.font-white h4,
.font-white h5,
.font-white h6,
.font-white .h1,
.font-white .h2,
.font-white .h3,
.font-white .h4,
.font-white .h5,
.font-white .h6 {
  color: white;
}

html {
  font-size: 100px;
}

@media screen and (min-width: 1921px) {
  html {
    font-size: 115px;
  }
}

@media screen and (min-width: 2561px) {
  html {
    font-size: 150px;
  }
}

@media screen and (max-width: 1600px) {
  html {
    font-size: 90px;
  }
}

@media screen and (max-width: 1500px) {
  html {
    font-size: 85px;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 80px;
  }
}

@media screen and (max-width: 1366px) {
  html {
    font-size: 75px;
  }
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 1100px) {
  html {
    font-size: 60px;
  }
}

@media screen and (max-width: 1024px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  html {
    font-size: 55px;
  }
}

@media screen and (max-width: 800px) {
  html {
    font-size: 70px;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 100px;
  }
}

@media screen and (max-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (max-width: 591px) {
  html {
    font-size: 78.8px;
  }
}

@media screen and (max-width: 562px) {
  html {
    font-size: 74.933px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 72px;
  }
}

@media screen and (max-width: 521px) {
  html {
    font-size: 69.4666px;
  }
}

@media screen and (max-width: 428px) {
  html {
    font-size: 57.066px;
  }
}

@media screen and (max-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (max-width: 412px) {
  html {
    font-size: 54.933px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (max-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (max-width: 320px) {
  html {
    font-size: 42.66px;
  }
}

/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
  outline: none;
}

/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
  color: #999;
  transition: color 0.5s;
}

/* 提示文字的激活样式 */
/* table */
table {
  border-collapse: collapse;
  border-spacing: 0;
  font: inherit;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
}

input {
  border: none;
  background-color: transparent;
  outline: none;
  font-family: Arial, "Microsoft YaHei", "Helvetica Neue", Helvetica,
    "PingFang SC", "Hiragino Sans GB", sans-serif;
}

a {
  text-decoration: none;
}

*,
*:before,
*:after {
  max-height: 100000px;
}

/*用来解决在安卓上的点击出现篮框问题*/
body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

div {
  -webkit-appearance: none;
}

.single {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.double {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.morels {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  work-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.triangle {
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  /*上右下左  哪里需要就在哪里设置颜色*/
  border-style: dashed dashed solid dashed;
  /**上右下左  哪里小哪里就设置solid**/
}

img[src=""],
img:not([src]) {
  opacity: 0;
  display: none;
}

.flex {
  display: flex;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: auto;
  overflow-x: hidden;
}

/*redefine global*/
:root {
  --bg-blue: rgba(10, 95, 144, 1);
  --bg-red: rgba(230, 33, 41, 1);
  --bg-white: #fff;
  --bg-black: #000;
  --text-color-blue: rgba(10, 95, 144, 1);
  --text-color-red: rgba(230, 33, 41, 1);
  --text-color-white: #ffffff;
  --text-color-black: #000;
  --text-color-grey: #666;
  --text-color-999: #999;
}

@media screen and (orientation: landscape) {

  *::-webkit-scrollbar,
  *::-webkit-scrollbar {
    width: 4px;
    border-radius: 1.5px;
  }

  *::-webkit-scrollbar-button,
  *::-webkit-scrollbar-button {
    display: none;
  }

  *::-webkit-scrollbar-track,
  *::-webkit-scrollbar-track {
    background-color: #eee;
  }

  *::-webkit-scrollbar-thumb,
  *::-webkit-scrollbar-thumb {
    background-color: var(--bg-red);
    border-radius: 4px;
  }

  *::-webkit-scrollbar:horizontal {
    height: 4px;
  }
}

@font-face {
  font-family: "Kingsoft_Cloud";
  src: url("../fonts/Kingsoft_Cloud_Font.ttf");
}

.Kingsoft_Cloud {
  font-family: "Kingsoft_Cloud";
}

@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.ttf");
}

.MontserratBold {
  font-family: "Montserrat-Bold";
}

@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.ttf");
}

.MontserratLight {
  font-family: "Montserrat-Light";
}

@font-face {
  font-family: "Montserrat-Thin";
  src: url("../fonts/Montserrat-Thin.ttf");
}

.MontserratThin {
  font-family: "Montserrat-Thin";
}

@font-face {
  font-family: "Alibaba_PuHuiTi_Regular";
  src: url("../fonts/Alibaba_PuHuiTi_Regular.ttf");
}

.Alibaba_PuHuiTi_Regular {
  font-family: "Alibaba_PuHuiTi_Regular";
}

@font-face {
  font-family: "Cinzel-Black";
  src: url("../fonts/Cinzel-Black.ttf");
}

@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"),
    url("../fonts/iconfont.woff") format("woff"),
    url("../fonts/iconfont.ttf") format("truetype");
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 14rem;
}

@media (max-width: 1659px) {
  .container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
  }
}

@media (max-width: 1259px) {
  .container {
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    max-width: calc(100% - 0.3rem);
    /* margin: 0; */
  }
}

/* index loading */
.hide {
  opacity: 0 !important;
  pointer-events: none;
}

.loading_box {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_box .load_bg {
  position: relative;
  width: 100%;
  height: 100%;
}

.loading_box .load_bg .load_l,
.loading_box .load_bg .load_r {
  background-color: white;
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: -25vw;
}

.loading_box .load_bg .load_l {
  left: -50vw;
  transform: translateX(1.05rem) skewX(-45deg);
}

.loading_box .load_bg .load_r {
  right: -50vw;
  transform: translateX(1.05rem) skewX(-45deg);
}

.loading_box .load_bg .load_line {
  left: 50%;
  top: 50%;
  width: 1px;
  transform: translate(calc(-50% + 1.05rem), -50%) skewX(-45deg);
  position: absolute;
  background: linear-gradient(0deg, #2c8dcd 0%, #0075c1 100%);
}

.loading_box .load_con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.1rem;
  transition: opacity 0.5s cubic-bezier(0.58, 0, 0, 1);
}

.loading_box .load_con .logo_box {
  margin-right: 0.26rem;
  width: 2rem;
  overflow: hidden;
}

.loading_box .load_con .logo_box>div {
  position: relative;
  transform: translateX(100%);
  transition: transform 1s cubic-bezier(0.58, 0, 0, 1);
}

.loading_box .load_con .logo_box img {
  width: 100%;
  display: block;
  transition: opacity 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.loading_box .load_con .logo_box img:nth-child(1) {
  position: relative;
}

.loading_box .load_con .logo_box img:nth-child(3) {
  opacity: 1;
}

.loading_box .load_con .logo_box.on img:nth-child(2) {
  opacity: 1;
}

.loading_box .load_con .load_c .load_num_case {
  overflow: hidden;
}

.loading_box .load_con .load_c .load_num_case .load_num {
  transform: translateY(100%);
  font-size: 0.4rem;
  line-height: 1;
  color: var(--bg-blue);
  transition: transform 1s cubic-bezier(0.58, 0, 0, 1);
}

.loading_box .load_con .load_c .load_hint_case {
  height: 0.35rem;
  background-color: white;
  display: flex;
  align-items: center;
}

.loading_box .load_con .load_c .load_hint_case .load_hint_box {
  line-height: 1;
  overflow: hidden;
  font-size: 14px;
  color: #cdcdcd;
}

.loading_box .load_con .load_c .load_hint_case .load_hint_box .load_hint {
  transform: translateY(-100%);
  transition: transform 1s cubic-bezier(0.58, 0, 0, 1);
}

.loading_box.on .load_con .logo_box>div {
  transform: none;
}

.loading_box.on .load_con .logo_box>div img:nth-child(1) {
  opacity: 1;
  transition: opacity 0.1s cubic-bezier(0.58, 0, 0, 1) 1s;
}

.loading_box.on .load_con .logo_box>div img:nth-child(3) {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.58, 0, 0, 1) 1s;
}

.loading_box.on .load_con .load_c .load_num_case .load_num {
  transform: none;
}

.loading_box.on .load_con .load_c .load_hint_case .load_hint_box .load_hint {
  transform: none;
}

.loading_box.finish_l .load_con {
  opacity: 0;
}

.loading_box.finish_l .load_bg .load_l,
.loading_box.finish_l .load_bg .load_r {
  transition: transform 1.5s cubic-bezier(0.58, 0, 0, 1) 0.3s;
}

.loading_box.finish_l .load_bg .load_l {
  transform: translateX(calc(-69% - 1.05rem)) skewX(-45deg);
}

.loading_box.finish_l .load_bg .load_r {
  transform: translateX(calc(69% + 1.05rem)) skewX(-45deg);
}

.loading_box.finish_l .load_bg .load_line {
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.58, 0, 0, 1) 0.3s;
}

@media screen and (orientation: portrait) {

  .loading_box .load_bg .load_l,
  .loading_box .load_bg .load_r {
    height: 100vh;
    width: 100vh;
    top: 0;
  }

  .loading_box .load_bg .load_l {
    right: calc(50vw - 1px);
    left: auto;
  }

  .loading_box .load_bg .load_r {
    left: calc(50vw - 1px);
    right: auto;
  }

  .loading_box .load_bg .load_line {
    transform: translate(calc(-50% + 1.05rem), -50%) skewX(-45deg);
  }
}

/*header*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  height: 90px;
  /* background-color: rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  transition: 0.65s;
}

.header:hover,
.header.scroll {}

.header .header__nav__container {
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  position: relative;
  width: 184px;
}

.header__logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}

.header__logo a img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: ease 0.5s;
}

.header__logo img:nth-child(1) {
  opacity: 1;
}

.menubtn {
  padding-top: 39px;
  width: 80px;
  height: 80px;
  box-sizing: border-box;
  position: relative;
  z-index: 20;
  transition: 0.4s;
  cursor: pointer;
  display: none;
}

.menubtn span {
  margin: auto;
  display: block;
  width: 26px;
  height: 2px;
  background: #fff;
  position: relative;
  vertical-align: middle;
  transition: 0.45s;
}

.menubtn span:after,
.menubtn span:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50%;
  height: 2px;
  left: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -ms-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -ms-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  transition: background 0.3s 0s;
}

.menubtn span:before {
  top: -6px;
  -webkit-transition-property: top, transform;
  -moz-transition-property: top, transform;
  -ms-transition-property: top, transform;
  -o-transition-property: top, transform;
  transition-property: top, transform;
}

.menubtn span:after {
  left: auto;
  right: 0;
  bottom: -6px;
  -webkit-transition-property: bottom, transform;
  -moz-transition-property: bottom, transform;
  -ms-transition-property: bottom, transform;
  -o-transition-property: bottom, transform;
  transition-property: bottom, transform;
}

.menubtn.active span {
  transform: rotate(90deg);
}

.header:hover .menubtn span,
.header:hover .menubtn span::before,
.header:hover .menubtn span::after {
  /* background: #fff; */
}

.header__rights {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navs {}

.navs>li {
  float: left;
  /* padding: 0 .28rem; */
  position: relative;
  line-height: 90px;
}

/* .navs>li:hover a:before,
.navs>li.active a:before {
  width: 32px;
  margin-left: -16px;
} */

.navs>li:hover a,
.navs>li.active a {
  background-color: #1a71b6;
  color: #fff;
}

.navs>li:first-child {
  padding-left: 0;
}

.navs>li>a {
  display: inline-block;
  padding: .12rem .2rem;
  position: relative;
  color: #fff;
  font-size: .18rem;
  line-height: 1;
}

/* .navs>li>a:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: "";
  height: 3px;
  background: var(--bg-red);
  transition: 0.4s;
  width: 0;
  margin-left: 0;
} */

.header:hover .navs>li>a {
  color: #fff;
}

/* .header:hover .navs>li>a:before {
  background-color: var(--bg-red);
} */

.navs>li>.submenu {
  position: absolute;
  top: 63px;
  left: 0;
  width: 100%;
  -moz-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.navs>li>.submenu a {
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 1.4;
  /* line-height: 0.4rem; */
  text-align: center;
  position: relative;
  display: block;
  overflow: hidden;
  /* height: 0.4rem; */
  padding: 10px;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.navs>li>.submenu a:last-child {
  border-bottom: 0;
}
.navs>li>.submenu a+a::before{
  content: "";
  width: 80%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.navs>li>.submenu a:hover {
  
}

.navs>li>.submenu a:hover:after {
  right: 15px;
  visibility: visible;
}

.navs>li:hover .submenu {
  top: 64px;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

#header.header-sticky {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  /* transform: translate(0, -30%); */
}

#header.header-sticky .header__logo a img:nth-child(2) {
  opacity: 1;
}

#header.header-sticky .navs>li>a {
  color: #333;
}
#header.header-sticky .navs>li:hover a,
#header.header-sticky .navs>li.active a{
  color: #fff;
}

/* search */
.search {
  margin-left: 2vw;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  cursor: pointer;
}

.search .icon {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.search .icon i {
  text-align: center;
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
}

.search .icon i:nth-child(2) {
  display: none;
}

#header.header-sticky .search .icon i {
  color: #393939;
}

.header .searchBox {
  width: 100%;
  padding: 8vw 0;
  position: absolute;
  left: 0;
  top: 90px;
  display: none;
  background: rgba(255, 255, 255, 0.9);
}

.header .searchBox .search-form {
  width: 47vw;
  margin: 0 auto;
  flex-wrap: wrap;
}
.header .searchBox .search-form .search-select{
  width: 100%;
}
.header .searchBox .search-form .search-select ul{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .searchBox .search-form .search-select li{  
  cursor: pointer;
  color: var(--text-color-blue);
  font-size: .16rem;
  line-height: 1.2;
  text-align: center;
  padding: .1rem .25rem;
}
.header .searchBox .search-form .search-select li.on{
  font-weight: bold;
  color: #fff;
  background-color: var(--bg-blue);
}
.header .searchBox .search-form .search-input-box{
  width: 100%;
  height: 4vw;
  margin: 0 auto;
  border: 2px solid var(--bg-blue);
}
.header .searchBox .search-form .title {
  width: 40vw;
  height: 3.9vw;
  font-size: 22px;
  border: transparent;
  background: transparent;
  padding-left: 2vw;
  outline: none;
}

.header .searchBox .search-form .btnSubmit {
  background: transparent;
  width: 0vw;
  height: 0vw;
  border: 3.9vw dashed;
  border-top: none;
  border-color: var(--bg-blue);
  transform-origin: bottom;
  border-left-color: transparent;
  font-size: 36px;
  color: white;
  cursor: pointer;
  position: relative;
}

.header .searchBox .search-form .btnSubmit::before {
  content: "\e61f";
  font-family: "iconfont";
  position: absolute;
  top: 0.34vw;
}

.header .searchBox .searchHost {
  width: 47.5vw;
  margin: 0.5vw auto;
}

.header .searchBox .searchHost a {
  color: #5e5e5e;
  margin: 5px;
  background: #eaeaea;
  padding: 2px 10px;
  display: inline-block;
}

.header .searchBox.active {
  display: block;
}
.m-tel{
  display: none;
}
/* langage */
.lange_box {
  margin-left: 1vw;
  /* width: 95px; */
  position: relative;
}

.lange {
  padding: 0 8px 0 10px;
  color: #fff;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.lange i {
  width: .24rem;
  height: auto;
  line-height: 36px;
  font-size: 0.18rem;
}

.lange p {
  font-size: 0.14rem;
  position: relative;
  top: -1px;
  flex: 1;
}

.lange::after {
  content: "\e62d";
  font-family: "iconfont";
  width: 0.28rem;
  font-size: 0.12rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lange_list {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: 0px;
  background: rgba(255, 255, 255, 1);
  color: #3e3e3e;
  font-size: 12px;
  padding: 15px 0px;
  border-radius: 5px;
  padding-top: 40px;
  -webkit-transition: all 0.35s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);
}

.lange_box:hover .lange_list {
  opacity: 1;
  visibility: visible;
}

.lange_list a {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
  line-height: 25px;
  color: #3e3e3e;
  padding-left: 31px;
}

.lange_list a:hover {
  opacity: 0.7;
}

.lange_box:hover .lange {
  color: #3e3e3e;
  border-color: transparent;
}

#header.header-sticky .lange {
  color: #393939;
}

.header__tel {
  margin-left: 1vw;
  color: #fff;
  font-size: 0.2rem;
}

#header.header-sticky .header__tel {
  color: var(--text-color-blue);
}

/*mobile nav*/
.m-nav {
  position: fixed;
  top: 0;
  /*box-shadow: 0 15px 27px 0 rgba(167, 165, 165, .38);*/
  width: 100%;
  height: 100%;
  background: #fff;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  z-index: 0;
  opacity: 0;
  visibility: visible;
  margin-top: 0;
  overflow-y: auto;
  /*    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;*/
  top: 0;
  transform: translateX(100%);
}

.m-nav a {
  outline: none;
}

.m-nav.active {
  opacity: 1;
  transform: translateX(0);
  z-index: 1000;
}

.m-nav .top {
  height: 60px;
  padding: 20px;
  box-sizing: border-box;
}

.m-nav .top .closed {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: right;
  cursor: pointer;
}

.m-nav .logo {
  width: 100%;
  margin: 0 auto;
}

.m-nav .logo img {
  width: 30%;
  display: block;
  margin: 0 auto 30px;
}

.m-nav .ul {
  margin-top: 30px;
}

.m-nav .ul li {
  padding: 0 20px;
  border-bottom: 1px solid #f5f5f5;
  transform: translateY(0);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  opacity: 0;
}

.m-nav.active .ul li {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.m-nav .ul li:nth-child(1) {
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(2) {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(3) {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(4) {
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(5) {
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(6) {
  -webkit-transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(7) {
  -webkit-transition: all 1.4s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li:nth-child(8) {
  -webkit-transition: all 1.6s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
  transition: all 1.2s cubic-bezier(0.77, 0, 0.175, 1) 0ms;
}

.m-nav .ul li a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  width: 100%;
  position: relative;
}

.m-nav .ul li a.active {
  font-weight: 800;
  color: #1b2c43;
}

.m-nav .ul li.dropdown a.dropdown-title::before,
.m-nav .ul li.dropdown a.dropdown-title::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgba(51, 51, 51, 0.5);
  right: 10px;
  top: 50%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

.m-nav .ul li.dropdown a.dropdown-title::after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.m-nav .ul li.dropdown a.dropdown-title.active::after {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.m-nav .ul li a i {
  font-size: 12px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}

.m-nav .ul li .dropdown_menu {
  display: none;
}

.m-nav .ul li.dropdown.active .dropdown_menu {
  display: block;
}

.m-nav .ul li .dropdown_menu a {
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #f5f5f5;
}

.m-nav .ul li .dropdown_menu a:last-child {
  border: none;
}

.m-nav-tel {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
}

.m-nav-tel a {
  font-weight: 800;
}

.m-nav-link {
  text-align: center;
  margin-top: 18px;
}

.m-nav-link a {
  display: inline-block;
  padding: 5px 25px;
  color: #fff;
  cursor: default;
  background: #00598e;
  font-size: 14px;
  line-height: 2;
}

/*main*/
#main {
  position: relative;
  z-index: 50;
}

/*banner*/
.banner {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .slide-inner img{
  display: none;
}
.banner .swiper-slide.swiper-slide-active .slide-inner {
  -webkit-animation: scaleBigToSmall 4s;
  animation: scaleBigToSmall 4s;
}

@-webkit-keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleBigToSmall {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.scaleBigToSmall {
  -webkit-animation-name: scaleBigToSmall;
  animation-name: scaleBigToSmall;
  transform-origin: 50% 50%;
}

.banner__container {
  padding: 0 5%;
  width: 100%;
  position: absolute;
  bottom: 0.6rem;
  left: 0;
}

.pagination-box {
  justify-content: space-between;
  align-items: center;
}

.pagination-box .swiper-pagination {
  width: auto;
  font-size: 0;
  position: relative;
  left: auto;
  bottom: auto;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
  vertical-align: middle;
  transition: all 0.5s ease-in-out;
  width: 0.1rem;
  height: 0.1rem;
  display: inline-block;
  position: relative;
}

.pagination-box .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.pagination-box .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.15rem;
}

.pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  background-color: var(--bg-red);
}

.lb-num {
  color: rgba(255, 255, 255, 1);
  font-size: 0.14rem;
  line-height: 1;
  font-family: "Montserrat-Bold";
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.lb-num .on {
  color: #fff;
  font-size: 0.22rem;
}

.lb-num span {
  margin: 0 0.06rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.box {
  padding: 0.6rem 0;
}

.title {
  padding: 0.15rem 0;
  align-items: center;
}

.title .en {
  padding-left: 0.15rem;
  font-size: 0.18rem;
  color: rgba(153, 153, 153, 1);
  line-height: 1.6;
  font-family: "Montserrat-Thin";
}

.title h3 {
  font-size: 0.26rem;
  color: rgba(31, 30, 38, 1);
  font-weight: normal;
  line-height: 1.6;
}

.img-box {
  overflow: hidden;
}

.img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.img-box:hover img {
  transform: scale(1.1);
}

.more {
  margin-top: 0.6rem;
  width: 1.5rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  color: #fff;
  background-color: var(--bg-red);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.more:hover {
  border-radius: 30px;
}

/* product classify */
.product-classify {
  padding: 0.4rem 0;
  background-color: var(--bg-blue);
}

.product-classify a {
  color: #fff;
}

.classify-list {
  justify-content: space-between;
}

.classify-list a+a::before {
  content: "";
  width: 2px;
  height: 0.4rem;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.classify-item {
  padding: 0 6px;
  width: 25%;
  position: relative;
  text-align: center;
}

.classify-item img {  
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.classify-item .text {
  padding: 0.3rem 0.3rem 0.4rem;
  position: relative;
  z-index: 2;
}

.classify-item .text i {
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  width: 0.8rem;
  height: 0.8rem;
  font-size: 0.5rem;
  border: 1px dashed #fff;
}

.classify-item .text .name {
  margin: 0.3rem 0 0.15rem;
  /* height: 0.52rem; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.classify-item .text .name h4 {
  font-size: 0.18rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  letter-spacing: 1px;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}

.classify-item .text .name p {
  font-size: 0.14rem;
  line-height: 2;
  font-family: "Montserrat-Thin";
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}

.classify-item .text .desc {
  padding: 0 0.15rem;
  font-size: 0.14rem;
  line-height: 1.8;
}

.product-classify a:hover img {
  opacity: 1;
}

.product-classify a:hover .text .name {
  justify-content: center;
}

.product-classify a:hover .text .name p {
  margin-top: -0.3rem;
  opacity: 0;
  visibility: hidden;
}

/* agricultural machinery */
.agricultural {
  background-color: rgba(237, 248, 255, 1);
  position: relative;
}

.agri-hd {
  margin-bottom: 0.3rem;
  justify-content: space-between;
}

.agri-bd {
  position: relative;
}

.agri-list {
  margin: 0 auto;
  padding-bottom: 0.5rem;
  width: calc(100% - 1.4rem);
}

.agri-list a {
  padding: 0.3rem 0.3rem 0.4rem;
  background-color: #fff;
  text-align: center;
}
.agri-list a .img-box{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 2.9rem;
	overflow: hidden
}
.agri-list a .img-box img{
	object-fit: contain
}
.agri-list a h4 {
  margin: 0.35rem 0;
  font-family: "Alibaba_PuHuiTi_Regular";
  font-size: 0.2rem;
}

.agri-list a span {
  padding: 0.06rem 0.2rem;
  display: inline-block;
  font-size: 0.14rem;
  color: rgba(153, 153, 153, 1);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}

.agri-list a:hover,
.swiper-agriList .swiper-slide.swiper-slide-active {
  box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.07);
}

.agri-list a:hover img {
  transform: scale(1.1);
}

.agri-list a:hover span {
  background-color: var(--bg-blue);
  color: #fff;
}

.agricultural .swiper-button-next,
.agricultural .swiper-rtl .swiper-button-prev {
  right: 0;
}

.agricultural .swiper-button-prev,
.agricultural .swiper-rtl .swiper-button-next {
  left: 0;
}

.agricultural .swiper-button-next,
.agricultural .swiper-button-prev {
  width: 0.7rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-red);
}

.agricultural .swiper-button-next i,
.agricultural .swiper-button-prev i {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1;
}

.agricultural .swiper-button-next:after,
.agricultural .swiper-button-prev:after {
  font-size: 0;
}

.agri-bd .swiper-pagination {
  bottom: 0;
}

.agri-bd .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--bg-red);
}

/* product center */
.pro-hd {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(221, 221, 221, 1);
  justify-content: space-between;
}

.pro-classify-tab,
.honor-classify-tab {
  align-items: center;
}

.pro-classify-tab a,
.honor-classify-tab a {
  font-size: 0.16rem;
  color: rgba(102, 102, 102, 1);
  position: relative;
}

.pro-classify-tab a+a,
.honor-classify-tab a+a {
  margin-left: 0.4rem;
}

.pro-classify-tab a:hover,
.pro-classify-tab a.active,
.honor-classify-tab a:hover,
.honor-classify-tab a.active {
  color: var(--text-color-red);
}

.pro-top {
  justify-content: flex-start;
  align-items: center;
}

.pro-top .pro-info,
.pro-bottom .pro-thumb-pics {
  margin: 0;
  padding-right: .5rem;
  width: 42%;
}

.pro-info h3 {
  margin-bottom: .2rem;
  font-size: .3rem;
  color: var(--text-color-blue);
  line-height: 2;
}

.pro-info .desc {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
}

.pro-pics {
  flex: 1;
  height: 6rem;
}

.pro-pics .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pro-bottom {
  justify-content: space-between;
}

.pro-thumb-pics {
  height: 1rem;
}

.pro-thumb-pics .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(217, 219, 220, 1);
  cursor: pointer;
}

.pro-thumb-pics .swiper-slide img {
  display: block;
  width: 80%;
  height: 80%;
  object-fit: contain;
}

.pro-thumb-pics .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--bg-red);
}

.bottom-btn {
  height: .62rem;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
}

.bottom-btn div {
  width: .6rem;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bg-red);
}

.bottom-btn div i {
  font-size: .18rem;
  color: var(--text-color-red);
  line-height: 1;
}

.bottom-btn .swiper-button-next:after,
.bottom-btn .swiper-button-prev:after {
  font-size: 0;
}

.bottom-btn .swiper-button-next,
.bottom-btn .swiper-button-prev {
  position: relative;
  left: auto;
  right: auto;
}

.bottom-btn div.swiper-button-disabled {
  border-color: rgba(221, 221, 221, 1);
  opacity: 1;
}

.bottom-btn div.swiper-button-disabled i {
  color: rgba(221, 221, 221, 1);
}

/* about */
.about {
  background: url(../images/bg2.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.about-text {
  padding-right: .9rem;
  width: 50%;
  color: #fff;
}

.about-text h2 {
  margin-top: .5rem;
  margin-bottom: .3rem;
  font-size: .32rem;
  font-weight: 600;
}

.about-text .desc {
  font-size: .16rem;
  line-height: 2;
  text-align: justify;
}

.about-pic {
  width: 50%;
  background: url(../images/bg3.png) no-repeat right bottom;
}

.about-pic img {
  display: block;
  max-width: 100%;
  max-height: 90%;
  margin: auto;
}

/* news */
.news {
  background-color: rgba(237, 248, 255, 1);
}

.swiper-news {
  padding-bottom: 0.6rem;
}

.swiper-news .swiper-wrapper {
  align-items: stretch;
}

.news_item {
  background-color: #fff;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_item::before {
  content: "";
  width: 0%;
  height: 2px;
  background: var(--bg-blue);
  position: absolute;
  display: block;
  bottom: 0px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.news_item .date {
  padding: 0.08rem 0.1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 0.14rem;
  color: rgba(204, 204, 204, 1);
  transition: all 0.6s ease;
}

.news_item .date b {
  font-size: 0.32rem;
  line-height: 1;
}

.news_item .news_text {
  padding: .2rem;
}

.news_item .news_text h4 {
  margin-bottom: 0.1rem;
  font-size: 0.18rem;
}

.news_item .news_text p {
	min-height: 54px;
  color: rgba(153, 153, 153, 1);
}

.news_item:hover {
  box-shadow: 0px 0px 20px 0px rgba(184, 184, 184, 0.25);
}

.news_item:hover .news_text h4 {
  color: var(--text-color-blue);
}

.swiper-news.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-news .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 13px;
}

.swiper-news .swiper-pagination-bullet {
  position: relative;
}

.swiper-news .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  content: "";
  display: block;
  width: 0.24rem;
  height: 0.24rem;
  border: 1.5px solid var(--bg-blue);
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.swiper-news .swiper-pagination-bullet-active {
  background-color: var(--bg-blue);
}

/* honor */
.honor {
  position: relative;
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
}

.honor-list .swiper-slide {
  text-align: center;
}

.honor-list .swiper-slide .honor-pic {
  width: 100%;
  height: 3rem;
	background-color: #fff;
  overflow: hidden;
}

.honor-list .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.honor-list .swiper-slide h4 {
  padding: .15rem .2rem;
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
  background-color: #fff;
  z-index: -1
}

/* industrial */
.industrial {
  position: relative;
  background: url(../images/map-bg.png) no-repeat center 0;
}

.industrial::before {
  content: "";
  width: 100%;
  height: 2.2rem;
  background-color: var(--bg-blue);
  position: absolute;
  left: 0;
  bottom: 0;
}

.industrial .container {
  position: relative;
  z-index: 1;
}

.industrial-left {
  width: 50%;
}

.industrial-title h4 {
  font-size: .36rem;
  color: rgba(230, 33, 41, 0.4);
}

.industrial-title p {
  font-size: .24rem;
  color: rgba(230, 33, 41, 0.15);
  font-family: "Montserrat-Bold";
  line-height: 1.2;
  text-transform: uppercase;
}

.industrial-right {
  padding-top: 2rem;
  padding-left: .5rem;
  flex: 1;
}

.industrial-list {
  flex-wrap: wrap;
}

.industrial-list div {
  margin-top: 1.5rem;
  width: 50%;
  color: #fff;
}

.industrial-list div:first-child {
  width: 100%;
}

.industrial-list div label {
  font-family: "Montserrat-Bold";
  font-size: .14rem;
  vertical-align: top;
  display: flex;
  align-items: flex-start;
}

.industrial-list div label i {
  margin-right: .05rem;
  font-size: .42rem;
  font-style: normal;
  line-height: 1;
}

.industrial-list div p {
  font-size: .18rem;
  font-family: "Alibaba_PuHuiTi_Regular";
  line-height: 2;
}

.industrial-list div:first-child label {
  color: var(--text-color-red);
}

.industrial-list div:first-child p {
  color: rgba(153, 153, 153, 1);
}

/* contact */
.contact {}

.contact-map {
  width: 71%;
}

.contact-map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-list {
  padding: .4rem .5rem;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  font-family: "Alibaba_PuHuiTi_Regular";
}

.contact-list p {
  margin:.1rem 0;
  font-size: .18rem;
  line-height: 2;
}

.contact-list p a {
  color: #333;
  font-weight: 600;
}

.contact-list .more {
  margin-top: 0;
}

.contact-list .more i {
  margin-right: .1rem;
  font-size: .24rem;
}

/* page*/
.page-main{
  margin-top: 90px;
}
.subbanner {
  position: relative;
  height: 1.5rem;
}

.subbanner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--bg-blue);
  /* background: linear-gradient(90deg,
      rgba(0, 117, 193, 0.3) 0%,
      rgba(0, 117, 193, 0) 100%); */
  /* background-color: rgba(0, 0, 0, 0.3); */
  z-index: 1;
}

.subbanner .container {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.subbanner .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

.subbanner h2 {
  font-size: 0.36rem;
  font-weight: 600;
  position: relative;
}

.subbanner p {
  font-size: 0.18rem;
}
.sitepath{
  font-size: .14rem;
  color: rgba(255,255,255,.8);
}
.sitepath a{
  font-size: .14rem;
  color: rgba(255,255,255,.8);
}
.subbanner p.en {
  margin-top: -.85rem;
  font-size: 0.6rem;
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘ Source Han Serif ’, source-han-serif-sc, serif;
  text-transform: uppercase;
  font-weight: 600;
}

/* .subbanner .container h2::before {
  content: "";
  width: 50%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
} */

/* page sub menu */
.page-subMenu {
  margin-top: .3rem;
  /* margin-top: -.91rem; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.3); */
  color: #fff;
  position: relative;
  z-index: 2;
}

.page-subMenu .container {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.sub-tit {
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.sub-tit {
  font-size: 0.22rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.pub-nav {
  /* height: .9rem; */
}

.pub-nav li {
  margin: .2rem .1rem 0 .1rem;
  text-align: center;
  /* flex: 1; */
  /* height: 100%; */
  /* border-right: 1px solid rgba(255, 255, 255, 0.3); */
}

.pub-nav li a {
  padding: .15rem .18rem;
  border: 1px solid #d1d5db;
  border-radius: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.18rem;
  line-height: 1;
}

.pub-nav li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.pub-nav li.active a,
.pub-nav li a:hover {
  background-color: var(--bg-blue);
  border-color: var(--bg-blue);
  color: #fff;
}

/* page about */
.page-about-title {
  margin-bottom: .3rem;
  align-items: flex-end;
  justify-content: center;
}

.page-about-title h4 {
  font-size: .32rem;
  line-height: 1;
  color: rgba(51, 51, 51, 1);
}

.page-about-title span {
  font-size: .16rem;
  color: rgba(10, 95, 144, 1);
  font-weight: 600;
}
/* page video */
.page-video video{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 6rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 60%;
  object-position: 50% 60%;
}
.page-video img {
  display: block;
  width: 100%;
}

/* page culture */
.page-culture {
  background-color: rgba(237, 248, 255, 1);
  position: relative;
}
/* .page-culture::before{
  content: "";
  margin-top: -90px!important;
  height: 90px;
  display: block;
  pointer-events: none;
} */
.page-culture:target{
  padding-top: 90px!important;
  margin-top: -90px;
}
.culture-left {
  width: 50%;
}

.cul-item {
  margin-top: .5rem;
  cursor: pointer;
}

.cul-item i.icon {
  margin-right: .15rem;
  font-style: normal;
  font-size: .42rem;
  font-family: "Cinzel-Black";
  font-weight: bold;
  color: transparent;
  -webkit-text-stroke: 1px rgba(204, 204, 204, .5);
}

.cul-item h4 {
  font-size: .18rem;
}

.cul-item p {
  font-size: .14rem;
  color: rgba(102, 102, 102, 1);
}

.cul-item.active i.icon {
  -webkit-text-stroke: 1px var(--bg-red);
}

.cul-item.active h4 {
  color: var(--text-color-red);
}

/* .culture-list .cul-item+.cul-item{
  margin-top: .6rem;
} */
.culture-right {
  flex: 1;
  position: relative;
}

.culture-right .cul-pic {
  width: 137%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.culture-right .cul-pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* page history */
.page-history {
  background: url(../images/bg5.png) no-repeat center;
  background-size: cover;
}
.page-history:target{
  padding-top: 150px!important;
  margin-top: -90px;
}
.history-list {
  padding-bottom: .5rem;
}

.history-list .swiper-slide .his-year {
  margin-bottom: .1rem;
  font-size: .14rem;
}

.history-list .swiper-slide .his-year span {
  margin-right: 5px;
  font-size: .24rem;
  color: rgba(51, 51, 51, 1);
  font-weight: bold;
}

.history-list .swiper-slide .his-img {
  height: 1.8rem;
}

.history-list .swiper-slide .his-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-list .swiper-slide .his-desc {
  margin-top: 5px;
  position: relative;
  display: flex;
  align-items: flex-start;
  font-size: .16rem;
  line-height: 1.6;
  color: rgba(102, 102, 102, 1);
}

.history-list .swiper-slide .his-desc::before {
  content: "";
  margin-top: 5px;
  margin-right: 10px;
  width: 4px;
  height: 20px;
  background-color: var(--bg-red);
}

.history-list .swiper-slide:nth-child(3n-1) {
  margin-top: .4rem;
}

.history-list .swiper-slide:nth-child(3n) {
  margin-top: .8rem;
}

.history-list .swiper-pagination-bullet {
  width: .12rem;
  height: .12rem;
  background-color: var(--bg-blue);
  opacity: 1;
}

.history-list .swiper-pagination-bullet-active {
  background-color: var(--bg-red);
}

.history-list .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.history-list .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .09rem;
}

/* page partner */
.page-partner {
  padding-bottom: .3rem;
  position: relative;
}

.partner-list {
  margin: 0 auto;
  width: calc(100% - .8rem);
}

.partner-list .swiper-slide {
  height: 1.28rem;
  border: 1px solid rgba(245, 245, 245, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner-list .swiper-slide img {
  max-width: 80%;
  max-height: 90%;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.page-partner .swiper-button-next,
.page-partner .swiper-button-prev {
  width: .4rem;
  height: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-red);
}

.page-partner .swiper-button-next:after,
.page-partner .swiper-button-prev:after {
  font-size: 0;
}

.page-partner .swiper-button-next,
.page-partner .swiper-rtl .swiper-button-prev {
  right: 0;
}

.page-partner .swiper-button-prev,
.page-partner .swiper-rtl .swiper-button-next {
  left: 0;
}

.page-partner .swiper-button-next i,
.page-partner .swiper-button-prev i {
  font-size: 0.12rem;
  color: #fff;
  line-height: 1;
}

.page-partner .swiper-pagination-bullet-active {
  background-color: var(--bg-red);
}

/* page  slogan*/
.page-slogan {
  height: 2.6rem;
  background-color: rgba(29, 31, 33, 1);
  position: relative;
}

.page-slogan::before {
  content: "";
  width: 45%;
  height: 100%;
  background: url(../images/bg6.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.page-slogan .container {
  position: relative;
}

.slogan-text {
  display: inline-block;
  margin: auto;
  color: #fff;
  font-family: "Alibaba_PuHuiTi_Regular";
  font-size: .2rem;
  position: relative;
  z-index: 2;
}

.slogan-text strong {
  display: block;
  font-size: .24rem;
  font-weight: bold;
}

.page-slogan .more {
  margin-top: 0;
  background-color: transparent;
  border: 1px solid rgba(102, 102, 102, 1);
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.page-slogan .more:hover {
  background-color: var(--bg-red);
  border-color: var(--bg-red);
}

/* page products list */
.page-product .agri-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.page-product .agri-list a {
  margin-right: .2rem;
  margin-bottom: .2rem;
  width: calc((100% - .4rem)/3);
	box-shadow: 10px 20px 60px rgba(0, 0, 0, 0.07)
}

.page-product .agri-list a:nth-child(3n) {
  margin-right: 0;
}

/* page product detail */
.page-product-top {
  padding: 50px 0;
  background-color: rgb(248, 248, 248);
}

.page-product-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center
}

.page-product-top .container:before,
.page-product-top .container:after {
  display: none
}

.page-product-left {
  width: 45%;
  background-color: #fff;
}

.page-product-left .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-product-left .swiper-slide img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}

.page-product-left .product-pagination {
  font-size: .14rem;
  color: #333;
  text-align: right;
  padding-right: 20px;
}

.page-product-left .product-pagination .swiper-pagination-current {
  color: var(--text-color-red);
  font-weight: bold;
  font-size: .16rem
}

.page-product-right {
  width: 50%;
}

.page-product-right .page-title {
  font-size: .24rem;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}

.page-product-right .page-text {
  font-size: .16rem;
  color: #666;
  line-height: 2
}

.page-product-details {
  background-color: #fff;
  padding: 50px 0
}

.page-product-channel {
  font-size: .36rem;
  color: #333;
  font-weight: bold
}

.page-product-channel:after {
  display: block;
  content: '';
  width: 40px;
  height: 4px;
  background-color: var(--bg-red);
  margin: 20px auto
}

.page-product-content {
  margin-top: 50px;
}

.page-product-section {
  /*display: flex;
  justify-content: space-between;*/
  border-top: solid 1px #f2f2f2;
  padding: 30px 0
}

.page-product-section:last-child {
  border-bottom: none
}

.page-product-section-title {
  width: 18%;
  font-size: .2rem;
  color: #333;
  line-height: 2
}

.page-product-section-text {
  position: relative;
  overflow: hidden;
  /*width: 80%*/
}
.page-product-section-text::after{
  content: "";
  clear: both;
}
.page-product-section-text .page-text {
  font-size: .16rem;
  line-height: 2.4
}

.page-product-section-text .page-text table,.page-product-section-text .page-text table tr td {
  border:1px solid #666;
  margin:0;
  padding:0;
  text-align:center
}

.page-product-section-text .page-text table tr td {
  padding: 0;
  /* border: none; */
  width: 50%
}


/* page info content  */
.page-info-content {
  background-color: rgb(249, 250, 251, 1);
}

.page-about-text {
  font-size: .16rem;
  color: rgba(102, 102, 102, 1);
  line-height: 2;
}

.page-about-text p {
  margin-bottom: .15rem;
}
.page-about-text img{
	max-height: 100%;
	height: auto!important
}
.page-about-info {
  margin-top: .5rem;
  justify-content: space-between;
  color: rgba(102, 102, 102, 1);
  text-align: center
}

.page-about-info .item-title {
  font-size: .2rem;
  font-weight: 600;
  color: var(--text-color-blue);
  line-height: 2;
}

.page-about-info .info-item p {
  font-size: .14rem
}

.page-video{
  position: relative;
  z-index: 2;
}
/* page path */
.path {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  font-size: 0.13rem;
  color: #999;
  align-items: center;
}

.path img {
  margin-right: 5px;
  width: 16px;
  height: auto;
}

.path a {
  color: #999;
}

.article-detail {
  padding: 0.3rem;
}

/* page honor list */
.page-honor-list {
  flex-wrap: wrap;
}

.hor-item {
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
  width: calc((100% - 0.9rem) / 4);
}

.hor-item .img-box {
	display: flex;
	align-items: center;
	justify-content: center;
  height: 68.75%;
  box-shadow: 0 0.6rem 1rem -0.4rem rgba(78, 92, 102, 0.3);
}
.hor-item .img-box img{
	width: 90%;
	height: 90%;
	object-fit: contain
}
.hor-item:nth-child(4n) {
  margin-right: 0;
}

.hor-item h5 {
  padding: 0.35rem 0;
  text-align: center;
  font-size: 0.22rem;
  font-weight: bold;
}

/* page news box */
.page-news-box {
  background-color: #F7F7F7;
}

.page-news-list {
  margin-bottom: 50px;
  overflow: hidden
}

.page-news-item {
  padding: 30px 0;
  position: relative
}

.page-news-item:before,
.page-news-item:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f2f2f2;
  content: '';
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-item:after {
  background: var(--bg-red);
  width: 0
}

.page-news-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-news-left {
  width: calc(100% - 20.833vw - 4.4vw)
}

.page-news-right {
  width: 20.833vw;
  margin-left: 4.4vw;
  min-height: 150px;
  overflow: hidden;
  max-height: 250px;
  height: 13.2vw
}

.page-news-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease-in-out .3s;
  -webkit-transition: ease-in-out .3s;
  -moz-transition: ease-in-out .3s;
}

.page-news-time {
  font-size: .16rem;
  color: #666;
  margin-bottom: 10px;
}

.page-news-title {
  font-size: .24rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-news-summary {
  font-size: .16rem;
  line-height: 2;
  color: #666
}

.page-news-item:hover:after {
  width: 100%
}

.page-news-item:hover .page-news-title {
  color: var(--text-color-red)
}

/*page news details*/
.page-news-details {
  background: #F7F7F7;
  padding: 50px 0
}

.page-news-details .container {
  background-color: #fff;
  padding: .4rem .33rem;
}

.page-news-details .page-title {
  position: relative;
  font-size: .24rem;
  line-height: 1.6;
  color: #000;
  font-weight: 900;
}

.page-news-details .page-title:before {
  position: absolute;
  left: -.33rem;
  top: 50%;
  width: 6px;
  height: 32px;
  background-color: var(--bg-red);
  content: '';
  margin-top: -16px;
}

.page-info {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #f2f2f2;
  padding-bottom: 30px;
  align-items: center;
  margin-bottom: 40px;
}

.page-info-left {
  margin: 0;
  font-size: .16rem;
  color: #000
}

.page-info-right {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center
}

.page-info-right span {
  display: flex;
  font-size: .16rem;
  color: #666;
  margin-left: 20px;
  justify-content: center;
  align-items: center
}

.page-info-right span svg {
  width: 16px;
  height: 16px;
  fill: #666;
  margin-right: 10px;
}

.page-info-right span svg path {
  fill: #666;
}

.page-news-details .page-text,
.page-news-details .page-text p {
  margin-bottom: .12rem;
  text-align: justify;
  font-size: .16rem;
  line-height: 2;
}

.page-news-details .page-text img {
  max-width: 100%;
  height: auto !important;
}
.page-news-details .page-text iframe{
  display: block;
  width: 100%;
  height: 600px;
  margin:0 auto;
}
.page-text,
.page-text p {
  margin-bottom: 0.12rem;
  text-align: justify;
  font-size: 0.16rem;
  line-height: 2;
  color: rgba(62, 62, 62, 0.86);
}

.page-text img {
  max-width: 100%;
  height: auto !important;
}

/*page next*/
.page-next {
  margin-top: 30px;
  padding: .2rem 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .05);
}
.page-next .post_prev, .page-next .post_next{
  width: 48%;
  flex: 1;
  line-height: 20px;
  padding: .2rem;
  box-sizing: border-box;
  display: block;
}
.page-next .post_next{
  direction:rtl
}
.page-next .txt{
  font-size: .14rem;
  padding-bottom: 1vw;
  color: rgba(102, 102, 102, 1);
}
.page-next a{
  font-size: .2rem;
  line-height: 1.6;
  font-weight: bold;
}
.page-next .post_next a{
	display: flex;
	justify-content: flex-end;
	direction: ltr
}

/* page cultrue */
.page-cultrue-box {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.cultrue-box {}

.cultrue-box h2 {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  color: var(--text-color-blue);
}

.cul-item {
  justify-content: space-between;
}

.cul-item .img {
  max-width: 3rem;
}

.cul-text {
  flex: 1;
  padding-left: 1rem;
}

.cul-text h4 {
  font-size: 0.24rem;
  line-height: 2;
}

.cul-text p {
  font-size: 0.18rem;
  line-height: 2;
  color: #333;
}

/*page technical*/
.page-technical {
  padding: 50px 0 60px
}

.page-technical-from {
  display: flex;
}

.page-technical-from-item {
  margin-right: 2.083vw;
  flex: 1
}

.page-technical-from-item:last-child {
  margin-right: 0
}

.page-technical-from-title {
  font-size: .18rem;
  color: #333;
  margin-bottom: 10px;
}

.page-technical-from-block {
  display: flex;
  background: #FAFAFA;
  border: solid 1px #ECECEC;
  height: 46px;
}

.page-technical-from-input {
  height: 100%;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding-left: 15px;
  font-size: .16rem;
  color: #333
}

.page-technical-from-input::placeholder {
  color: #999
}

input.page-technical-from-input[type=datetime-local],
input.page-retail-input[type=datetime-local] {
  -webkit-appearance: none;
}

select.page-technical-from-input,
select.page-retail-input {
  -webkit-appearance: none;
  padding-right: 30px;
  background: url(../images/icon_2.png) no-repeat scroll right 10px center transparent;
  background-size: 12px
}

.page-technical-from-submit {
  width: 85px;
  background: linear-gradient(90deg, #0A5F90 0%, #E62129 100%);
  border: none;
  font-size: .16rem;
  color: #fff;
	cursor: pointer
}

.page-technical-list {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.page-technical-item {
  width: calc(50% - 1.2vw);
  margin-right: 2.4vw;
  border: solid 1px #ECECEC;
  background: #FAFAFA;
  padding: 1.5625vw;
  margin-bottom: 50px;
}

.page-technical-item:nth-child(2n) {
  margin-right: 0
}

.page-technical-item-block {
  display: flex;
  justify-content: space-between
}

.page-technical-left {
  display: flex;
  align-items: center
}

.page-technical-icon {
  width: 57px;
  margin-right: 1.5625vw
}

.page-technical-title {
  font-size: .2rem;
  color: #000
}

.page-technical-down {
  width: 38px;
  height: 38px;
  background: #e5e5e5;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-technical-down i {
  font-size: .2rem;
  color: #fff
}

.page-technical-item:hover {
  border-color: var(--bg-blue)
}

.page-technical-item:hover .page-technical-down {
  background: var(--bg-blue)
}

/* page dealer form */
.page-retail-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.page-retail-item {
  margin-bottom: 40px;
  width: calc(50% - 2.083vw);
  margin-right: 4.166vw
}

.page-retail-item:nth-child(2n) {
  margin-right: 0
}

.page-retail-item:last-child {
  width: 100%;
  margin-bottom: 0;
  margin-top: 30px;
  text-align: center;
  margin-right: 0;
}

.page-retail-title {
  font-size: .18rem;
  color: #333;
  margin-bottom: 10px;
}

.page-retail-title span {
  color: red
}

.page-retail-block {
  display: flex;
  background: #FAFAFA;
  border: solid 1px #ECECEC;
  height: 46px;
}

.page-retail-block.active,
.page-retail-block:active,
.page-retail-block:focus {
  border-color: var(--text-color-red)
}

.page-retail-input {
  height: 100%;
  display: block;
  width: 100%;
  outline: none;
  border: none;
  background: transparent;
  padding-left: 15px;
  font-size: .16rem;
  color: #333
}

.page-retail-input::placeholder {
  color: #999
}

.page-retail-item:last-child .page-technical-from-submit {
  width: 17.45vw;
  border-radius: 22px;
  height: 44px;
}

.page-retail-select {
  width: 100%;
}

.page-retail-select .el-input__inner {
  border-radius: 0;
  border: none;
  line-height: 44px;
  height: 44px;
  background-color: transparent
}

.page-retail-select .el-input__inner::placeholder {
  color: #999
}

.page-retail-option {
  display: flex;
  padding: 10px;
  align-items: center
}

.page-retail-label {
  font-size: .12rem;
  color: #333;
  display: flex;
  align-items: center
}

.page-retail-icon {
  width: 12px;
  display: block;
  margin-right: 15px
}

.page-retail-en {
  font-size: .12rem;
  color: #999
}

/* page job list */
.page-hr {
  background: #f9f9f9
}

.page-hr-from .page-technical-from-item:last-child {
  flex: none
}

.paee-hr-info {
  margin-top: .3rem;
  margin-bottom: .3rem;
  font-size: .18rem;
  color: #333
}

.page-hr-message {
  padding: .7rem 3.6458vw
}

.page-job-nav {
  margin-top: .3rem;
}

.page-job-nav a {
  display: inline-block;
  border: solid 1px #dedede;
  background: #fff;
  padding: 0 20px;
  margin: auto 15px;
  border-radius: 5px;
  line-height: 40px;
  font-size: .16rem;
  color: #333
}

.page-job-nav a:hover {
  border-color: var(--text-color-blue);
  color: var(--text-color-blue)
}

.page-job-nav a.active {
  background: var(--text-color-blue);
  border-color: var(--text-color-blue);
  color: #fff
}

.page-job-info {
  margin-top: .2rem;
  font-size: .16rem;
  color: #333
}

.page-job-list {
  margin-top: .3rem;
}

.page-job-item {
  border-bottom: solid 1px #eaeaea
}

.page-job-title {
  display: flex;
  background: #fff;
  line-height: 64px;
  cursor: pointer
}

.page-job-title span {
  flex: 1;
  text-align: center;
  font-size: .18rem;
  color: #333;
  font-weight: 400
}

.page-job-title span:first-child {
  padding-left: 2vw;
  text-align: left;
}

.page-job-title span.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-job-title span.icon svg {
  width: 16px;
  height: 16px;
}

.page-job-title span i {
  font-style: normal
}

.page-job-content {
  background: #fff;
  border-top: solid 1px #eee;
  display: none;
}

.page-job-text {
  display: flex;
  /* margin-top: 20px; */
  /*margin-bottom: 20px;*/
}

.page-job-text-left {
  padding: 1.8vw 2vw 2vw;
  width: 50%
}

.page-job-text-left:first-child {
  border-right: solid 1px #eee
}

.page-job-subtitle {
  margin-bottom: 20px;
  font-size: .2rem;
  font-weight: 900;
  color: #333
}

.page-job-text-left .page-text,
.page-job-treatment-text {
  font-size: .14rem;
  color: #333;
  line-height: 2
}

.page-job-treatment {
  padding: 2vw;
  border-top: solid 1px #eee
}

.page-job-join {
  margin-top: 20px;
  text-align: center
}

.page-job-join p {
  width: 80%;
  background: var(--bg-blue);
  margin: auto;
  font-size: .14rem;
  color: #fff;
  padding: 15px 0
}

/* page message box */
.ly_bg {
  background: #f6f9fa;
  padding: 60px;
}

.ly_1 {
  color: #282828;
  font-size: 24px;
}

.ly_2 {
  color: #898989;
  font-size: 18px;
}

.ly input[type="text"] {
  width: 46%;
  background: #fff;
  border-radius: 3px;
  height: 50px;
  line-height: 55px;
  text-indent: 1em;
  font-size: 18px;
  margin-top: 25px;
  border: none;
}

.ly textarea {
  font-size: 18px;
  width: 100%;
  height: 300px;
  background: #fff;
  margin-top: 35px;
  padding: 10px 20px;
  border: none;
  resize: none;
}

.ly input[type="submit"] {
  width: 255px;
  background: var(--bg-blue);
  font-size: 18px;
  color: #fff;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  margin-top: 50px;
  border: none;
}

/* page contact */
.page-contact-logo {
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 60px;
}

.page-contact-logo:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 3px;
  background: var(--bg-blue);
  margin-top: -1.5px;
  content: "";
}

.page-contact-logo img {
  height: 45px;
}

.page-contact-list {
  background: #eff2f7;
  display: flex;
  padding: 50px 0;
  border-radius: 10px;
  overflow: hidden
}

.page-contact-item {
  flex: 1;
  border-right: solid 1px #fff;
  padding: 0 15px;
  text-align: center
}

.page-contact-item i {
  display: block;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  line-height: 62px;
  background: var(--bg-blue);
  margin: auto;
  font-size: .36rem;
  color: #fff;
}

.page-contact-item span {
  display: block;
  margin-top: 20px;
  font-size: .16rem;
  color: #333;
  margin-bottom: 10px
}

.page-contact-item p {
  font-size: .16rem;
  color: #666
}

.page-map {
  margin-top: 60px;
  height: 400px;
}

#map {
  height: 100%;
  width: 100%
}
/* page search result */
.page-result-list .result-item{
  display: flex;
  align-items: flex-start;
}
.page-result-list li .result-body{
  flex: 1;
}
.page-result-list li+li{
  margin-top: .2rem;
}
.page-result-list li h4{
  margin-bottom: .15rem;
  font-weight: 700;
  font-size: .18rem;
}
.page-result-list li h4 a{
  color: var(--text-color-blue);
}
.page-result-list li p{
  margin-left: .1rem;
  margin-bottom: .1rem;
  font-size: .15rem;
  color: #343434;
  line-height: 1.5;
}
.page-result-list li .field-info{
  display: flex;
  margin-left: .1rem;
  font-size: .13rem;
  color: var(--text-color-red);
}
.page-result-list li .field-info a{
  font-size: .13rem;
  color: var(--text-color-red);
}
.page-result-list li .field-info .field-info-item+.field-info-item{
  margin-left: .15rem;
}
/* footer */
.footer {
  position: relative;
  color: rgba(102, 102, 102, 1);
  font-size: 0.16rem;
  background-color: rgba(237, 237, 237, 1);
  z-index: 51;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.footer .container::before,
.footer .container::after {
  display: none;
}

.footer .footer-copyright {
  padding: 0.1rem 0;
  color: rgba(148, 148, 148, 1);
}

.footer-copyright br {
  display: none;
}

.footer-copyright p,
.footer-copyright a {
  color: rgba(148, 148, 148, 1);
}
.footer-copyright img{
	margin-right: 5px;
	vertical-align: middle
}
.ft-media {
  display: flex;
  align-items: center;
}

.ft-media a {
  color: rgba(162, 162, 162, 1);
}

.ft-media a {
  margin-right: .15rem;
  position: relative;
  cursor: pointer;
}

.ft-media i {
  font-size: .24rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ft-media i img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%
}

.hoverbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0px;
  position: fixed;
  width: 1px;
  height: 1px;
  bottom: 100px;
  left: 0;
  line-height: 30px;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s, top 0.3s;
  -o-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
  z-index: 5;
}

.hoverbox img {
  width: 100%;
}

.hoverbox p {
  font-size: 14px;
  color: #666;
  text-align: center;
}

.hoverbox::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 18px;
  bottom: -16px;
  left: 0;
}

.hoverbox::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 13px;
  height: 13px;
  margin-left: -7px;
  border-bottom: 2px solid #ebeced;
  border-right: 2px solid #ebeced;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}

.ft-media a:hover .hoverbox {
  position: absolute;
  width: 180px;
  padding: 10px 10px 17px;
  height: auto;
  overflow: initial;
  bottom: 50px;
  left: 45%;
  z-index: 2;
  opacity: 1;
}

@media (min-width: 1660px) {
  .header .header__nav__container {
    padding-left: 0.33rem;
    padding-right: 0.33rem;
    max-width: 16rem;
    margin: 0 auto;
  }
  .navs>li {
    /* padding: 0 20px; */
  }
}
@media (min-width: 1440px) and (max-width: 1659px) {
  .navs>li{
    /* padding: 0 .18rem; */
  }
  .search{
    margin-left: 1vw;
  }
}
@media (max-width: 1439px) {
  .header__logo{
    width: 166px;
  }
  .navs>li {
    /* padding: 0 .15rem; */
  }
  .navs>li>a{
    font-size: .2rem;
  }
  .search{
    margin-left: 0;
  }
  .header__tel{
    font-size: .24rem;
  }
}

@media (max-width: 1280px) {
  .box {
    padding: 0.5rem 0;
  }

  .title-box h2 {
    font-size: 0.24rem;
  }

  .title-box p {
    font-size: 0.18rem;
  }

  .footer-copyright {
    padding-top: 0.3rem;
  }

  .footer-copyright br {
    display: block;
  }
}

@media (min-width: 1025px) and (max-width: 1270px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .header__logo{
    width: 130px;
  }
  .navs>li{
    /* padding: 0 .14rem; */
  }
  .navs>li>a{
    padding-left: .14rem;
    padding-right: .14rem;
  }
}

/*pages*/
.pages {
  margin-top: 0.3rem;
  padding-bottom: 0.3rem;
	text-align: center;
}

.pages a,
.pages b {
  margin: 5px;
  display: inline-block;
  font-size: 0.14rem;
  color: #777777;
  border: none;
  line-height: 32px;
  height: 32px;
  padding: 0 12px;
  background-color: #f6f6f6;
}

.pages b {
  background: var(--bg-red);
  color: var(--text-color-white);
}

.pages a:hover {
  color: var(--text-color-red);
}

.pages a:first-child {
  display: none;
}

@media (max-width: 760px) {

  .pages a,
  .pages b {
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
  }
}

/* page pics list */
.page-pics-box {
  margin-top: 0.1rem;
  padding: 0.2rem;
  cursor: pointer;
}

.swiper-pics-top {
  background-color: #f7f8fc;
  height: 5.2rem;
}

.page-pics-box .swiper-slide img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  margin: 0 auto;
}

.swiper-pics-top .swiper-slide {
  padding: 0.3rem 0;
}

.swiper-pics-bottom .swiper-slide {
  background-color: #f7f8fc;
  border: 1px solid transparent;
}

.swiper-pics-bottom {
  margin-top: 0.2rem;
  height: 1.2rem;
}

.swiper-pics-bottom .swiper-slide.swiper-slide-thumb-active,
.swiper-pics-bottom .swiper-slide:hover {
  border-color: var(--bg-red);
}

@media (max-width: 1024px) {
  .navs {
    display: none;
  }

  .menubtn {
    display: block;
  }

  .banner {
    height: 68vh;
  }

  .page_news_list {
    margin-top: 0.38rem;
  }

  .page_news_list .news_det {
    margin-right: 4%;
    margin-bottom: 2rem;
    width: 48%;
  }

  .page_news_list .news_det .news_num {
    display: none;
  }

  .page_news_list .news_det .news_title {
    font-size: 1.4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 35px;
  }

  .page_news_list .news_det .news_bottom>span {
    font-size: 1.2rem;
  }

  .page_news_list .news_det .news_bottom>div {
    font-size: 1.2rem;
  }

  .page_news_list .news_det:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 2rem;
  }

  .page-news-content .title_info_box .pub_title {
    display: none;
  }

  .page-news-content .page_news_right {
    padding-top: 0;
  }

  .article-detail {}
}

@media screen and (orientation: portrait) {

  .loading_box .load_bg .load_l,
  .loading_box .load_bg .load_r {
    height: 100vh;
    width: 100vh;
    top: 0;
  }

  .loading_box .load_bg .load_l {
    right: calc(50vw - 1px);
    left: auto;
  }

  .loading_box .load_bg .load_r {
    left: calc(50vw - 1px);
    right: auto;
  }

  .loading_box .load_bg .load_line {
    transform: translate(calc(-50% + 1.05rem), -50%) skewX(-45deg);
  }

  #header {
    height: 50px;
    background-color: #fff;
  }

  #header .header__nav__container {
    padding: 0 0.3rem;
  }

  .header__logo {
    width: 120px;
    height: 50px;
  }

  .header__logo img:nth-child(1) {
    opacity: 0;
  }

  .header__logo img:nth-child(2) {
    opacity: 1;
  }

  .navs {
    display: none;
  }

  .search {
    display: none;
  }
  .m-tel{
    margin-right: .1rem;
    display: block;
  }

  .header__tel {
    display: none;
  }

  .lange_box {
    margin-left: 0;
    margin-right: 2vw;
  }

  .lange {
    color: #393939;
  }

  .lange i {
    width: .36rem;
    font-size: .3rem;
  }

  .lange p {
    font-size: .266rem;
  }

  .lange_list a {
    padding-left: 30px;
    font-size: .266rem;
  }

  .menubtn {
    display: block;
    width: 36px;
    height: 50px;
    padding-top: 25px;
  }

  #header .menubtn span,
  #header .menubtn span:after,
  #header .menubtn span:before,
  .page_body #header .menubtn span,
  .page_body #header .menubtn span:after,
  .page_body #header .menubtn span:before {
    background-color: #666;
  }

  .banner {
    margin-top: 50px;
    height: calc(100vh - 50px);
  }
  .banner .slide-inner img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .banner .swiper-pagination-bullet {
    width: 10px;
    height: 4px;
    border-radius: 5px;
  }

  .banner .swiper-pagination-bullet-active {
    width: 32px;
  }

  .box {}

  .title-box h2 {
    color: #000;
    font-size: 0.48rem;
    font-weight: 600;
  }

  .title-box p {
    font-size: 0.26rem;
  }

  .title-box p br {
    display: none;
  }

  .title {
    flex-direction: column;
  }

  .title .en {
    padding-left: 0;
    font-size: 0.3rem;
    font-weight: normal;
    line-height: 1.2;
  }

  .title h3 {
    padding-left: 0;
    font-size: 0.36rem;
    font-weight: 600;
  }
  .more{
    font-size: .24rem;
  }

  .classify-list {
    max-width: 100%;
    flex-wrap: wrap;
  }

  .product-classify a {
    width: 100%;
  }
  .classify-item img{
    display: none;
  }
  .classify-item .text {
    padding: 0;
    display: flex;
    align-items: flex-start;
  }
  .classify-item .text .cont{
    flex: 1;
  }
  .classify-item .text i {
    margin-right: .2rem;
    width: 1rem;
    height: 1rem;
    font-size: .68rem;
  }

  .classify-item .text .name {
    margin: 0;
    height: auto;
    align-items: flex-start;
  }

  .classify-item .text .name h4 {
    font-size: .28rem;
  }

  .classify-item .text .name p {
    font-size: .24rem;
    line-height: 1;
  }

  .classify-item .text .desc {
    padding: 0;
    font-size: .24rem;
    line-height: 1.6;
    text-align: left;
  }
  .classify-list a+a{
    margin-top: .3rem;
  }
  .classify-list a+a::before {
    /* width: 1px;
    height: 3.5rem; */
    display: none;
  }

  .classify-list a:nth-child(3)::before {
    /* width: 2rem;
    height: 1px;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
  }

  .classify-list a:nth-child(4)::after {
    /* content: "";
    width: 2rem;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); */
  }
  .product-classify a:hover .text .name p{
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }

  .agri-hd {
    justify-content: center;
  }

  .swiper-agriList .swiper-slide h4 {
    font-size: .3rem;
  }

  .pro-hd {
    flex-direction: column;
  }

  .pro-classify-tab,
  .honor-classify-tab {
    flex-wrap: wrap;
    justify-content: center;
  }

  .pro-classify-tab a,
  .honor-classify-tab a {
    margin: 0 .15rem;
    font-size: .28rem;
    line-height: 2;
  }
/* 
  .pro-classify-tab a+a,
  .honor-classify-tab a+a {
    margin-left: .15rem;
  } */
  .pro-classify-tab{
    justify-content: space-between;
  }
  .pro-classify-tab a{
    margin: 0 0 2% 0;
    padding: .1rem .2rem;
    width: 48%;
    border: 1px solid #d1d5db;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 4px;
  }
  .pro-classify-tab a+a{
    margin-left: 0;
  }

  .pro-top {
    flex-direction: column;
  }

  .pro-info h3 {
    font-size: .32rem;
  }

  .pro-info .desc {
    font-size: .26rem;
  }

  .pro-top .pro-info,
  .pro-bottom .pro-thumb-pics {
    padding-right: 0;
    width: 100%;
  }

  .pro-pics {
    width: 100%;
    height: 8rem;
    flex: auto;
  }

  .pro-pics .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pro-pics .swiper-slide img {
    margin: 0 auto;
    width: 90%;
    height: 80%;
  }

  .bottom-btn {
    display: none;
  }

  .about .container {
    flex-direction: column;
  }

  .about-text {
    margin-bottom: .2rem;
    width: 100%;
    padding-right: 0;
  }

  .about-text h2 {
    margin-top: 0;
    font-size: .36rem;
  }
  .about-text .desc{
    font-size: .266rem;
  }

  .honor-list .swiper-slide .honor-pic {
    height: 2.46rem;
  }
  .honor-list .swiper-slide h4{
    font-size: .24rem;
    line-height: 1.4;
  }
  .industrial .container {
    flex-direction: column;
  }

  .industrial-left {
    width: 100%;
  }

  .industrial-title {
    text-align: center
  }

  .industrial-title p br {
    display: none;
  }

  .industrial-right {
    padding: 0;
    width: 100%;
  }

  .industrial-list div {
    margin-top: 0;
    width: 33.33%;
    text-align: center;
  }

  .industrial-list div label {
    margin-bottom: .15rem;
    align-items: center;
    justify-content: center;
  }

  .industrial-list div p {
    padding: 0 .2rem;
    font-size: .24rem;
    line-height: 1.4;
  }

  .industrial-list div:first-child {
    width: 33.33%;
  }

  .industrial-list div:first-child label,
  .industrial-list div:first-child p {
    color: #fff;
  }

  .contact {
    flex-direction: column;
  }

  .contact-map {
    width: 100%;
  }

  .contact-list {
    padding: .3rem .4rem;
  }

  .contact-list p {
    font-size: .28rem;
  }

  .contact-list .more {
    font-size: .3rem;
    margin: .2rem auto 0;
  }

  .contact-list .more i {
    font-size: .3rem;
  }

  /* mobile home news */
  .news-hd {
    flex-direction: column;
  }

  .news-hd .title {
    flex-direction: column;
  }

  .news-classify-tab {
    margin-bottom: 0.2rem;
    justify-content: space-between;
  }

  .news-classify-tab a {
    font-size: 0.28rem;
  }

  .news-classify-tab a+a {
    margin-left: 0.15rem;
  }

  .swiper-news {
    padding-bottom: 0.8rem;
  }

  .news_item .news_text h4 {
    font-size: 0.32rem;
    font-weight: normal;
  }
  .news_item .news_text p{
    font-size:.24rem;
  }
  .news_item .date{
    font-size: .24rem;
  }

  /* page about list */
  .page-main {
    margin-top: 50px;
  }

  .subbanner {
    height: 14vh;
  }
	.subbanner p.en{
		margin-top: -.55rem;
		font-size: .36rem;
	}
  .sitepath,.sitepath a{
    font-size: .24rem;
  }
  .page-subMenu {
    margin-top: 0;
    padding: 0;
  }

  .sub-tit {
    font-size: 0.32rem;
  }

  .pub-nav {
    height: auto;
    white-space: nowrap;
    flex-wrap: wrap;
  }

  .page-subMenu .container {
    justify-content: flex-start;
  }

  .pub-nav li {
    margin: .2rem .15rem 0;
  }

  .pub-nav li+li {
    margin-left: 0.15rem;
  }

  .pub-nav li a {
    padding: .15rem .3rem;
    font-size: 0.28rem;
    color: #333;
  }

  .pub-nav li.active a,
  .pub-nav li a:hover {
    color: #fff;
  }
  .page-about-title span{
    font-size: .24rem;
  }
  .page-about-text {
    font-size: .266rem;
  }

  .page-about-info {
    flex-wrap: wrap;
  }

  .page-about-info .info-item {
    margin: .2rem 0;
    width: 50%;
  }

  .page-about-info .item-title {
    font-size: .3rem;
  }

  .page-about-info .info-item p {
    font-size: .24rem;
  }
  .page-video video{
    min-height: 4rem;
  }
  /* mobile page culture */
  .page-culture:target{
    padding-top: 50px!important;
    margin-top: -50px;
  }
  .culture-left {
    width: 100%
  }

  .culture-right {
    display: none;
  }

  .cul-item i.icon {
    font-size: .5rem;
    -webkit-text-stroke: 1px var(--bg-red)
  }

  .cul-item h4 {
    font-size: .3rem;
  }
  .cul-item p{
    font-size: .266rem;
  }

  .cul-item.active h4 {
    color: #232830;
  }

  .cul-item {
    margin-top: .3rem;
  }
  .page-history:target{
    padding-top: calc(.5rem + 50px)!important;
    margin-top: -50px;
  }

  .history-list .swiper-slide .his-year,
  .history-list .swiper-slide .his-year span {
    font-size: .3rem;
  }

  .history-list .swiper-slide .his-img {
    height: 3rem;
  }

  .history-list .swiper-slide .his-desc {
    font-size: .266rem;
    align-items: center;
    line-height: 2;
  }

  .history-list .swiper-slide:nth-child(4n+2),
  .history-list .swiper-slide:nth-child(4n+3) {
    margin-top: 0;
  }

  .slogan-text {
    margin-left: .3rem;
    font-size: .3rem
  }

  .slogan-text strong {
    font-size: .32rem;
  }

  .page-slogan .more {
    right: .3rem;
  }

  /* page honor list */
  .page-honor-list {
    padding: 0.3rem;
  }

  .hor-item {
    margin-right: 0;
    width: 100%;
  }

  .hor-item .img-box {
    height: 80.75%;
  }

  .hor-item h5 {
    font-size: 0.3rem;
  }
/* mobile page product list	*/
	.page-product .agri-list{
		width: 100%
	}
	.page-product .agri-list a{
		margin-right: .3rem;
		margin-bottom: .3rem;
		width: calc((100% - .3rem)/2)
	}
	.page-product .agri-list a:nth-child(3n){
		margin-right: .3rem
	}
	.page-product .agri-list a:nth-child(2n){
		margin-right: 0
	}
	.agri-list a h4{
		margin: .25rem 0;
		font-size: .3rem
	}
	.agri-list a span{
		font-size: .24rem
	}
  /* mobile page product detail */
  .page-product-top {
    padding: 0
  }

  .page-product-top .container {
    flex-direction: column;
    padding: 10px 0
  }

  .page-product-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .page-product-right {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
  }

  .page-product-right .page-title {
    font-size: .3rem;
    margin-bottom: 15px;
  }

  .page-product-right .page-text {
    font-size: .266rem
  }

  .page-product-details {
    padding: .3rem 0
  }

  .page-product-channel {
    font-size: .4rem
  }

  .page-product-content {
    margin-top: 10px;
  }

  .page-product-section {
    padding: 20px 0;
    flex-direction: column
  }

  .page-product-section-title {
    width: 100%;
    font-size: .288rem;
    font-weight: 900;
    margin-bottom: 10px;
    color: var(--text-color-red)
  }

  .page-product-section-text {
    width: 100%;
  }

  .page-product-section-text .page-text {
    font-size: .266rem;
    line-height: 2
  }
	.page-product-section-text .page-text h2{
		font-size: .28rem;
		line-height: 2
	}

  .page-product-section-text .page-text table tr td {
    vert-align: top;
    justify-content: flex-start;
    vertical-align: top;
    padding: 10px 10px 10px 0;
  }

  .page-product-section-text .page-text table tr td:last-child {
    padding-left: 5vw;
  }

  /* mobile page news list */
  .page-news-item {
    padding: 20px 0;
  }

  .page-news-list {
    margin-bottom: 30px
  }

  .page-news-block {
    flex-direction: column
  }

  .page-news-left {
    width: 100%;
  }

  .page-news-time {
    font-size: .24rem
  }

  .page-news-title {
    font-size: .3rem;
    line-height: 1.6;
    margin-bottom: 10px
  }

  .page-news-summary {
    font-size: .24rem;
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }

  .page-news-right {
    margin-left: 0;
    width: 100%;
    height: auto
  }

  .page-news-right img {
    height: auto
  }

  /* page news detail */
	.page-news-details{
		padding: .5rem 0;
	}
	.page-news-details .page-title{
		font-size: .32rem
	}
	.page-news-details .page-text, .page-news-details .page-text p{
		font-size: .266rem
	}
.page-news-details .page-text iframe{
height:236px
}
  .detailTop {
    padding-top: 50px;
    padding-bottom: 20px;
  }

  .detail-title {
    width: 100%;
    line-height: 1.5;
    font-size: 0.46rem;
    margin-bottom: 10px;
  }

  .detailTop .container::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 4px;
    bottom: -26px;
    border-top: 8px solid var(--bg-blue);
  }

  .detail-content .container {
    flex-wrap: wrap;
  }

  .article-detail-page {
    width: 100%;
  }

  .page-next a{
    font-size: .26rem;
  }

  .detail-right {
    top: 0;
    padding: 0;
    width: 100%;
  }

  .detail-right .r-hd {
    font-size: 0.46rem;
  }

  .same_news .img-box {
    height: auto;
  }

  .same_news .name {
    font-size: 0.32rem;
  }

  /* mobile page job list */
  .job-item {
    margin-right: 0;
    width: 100%;
  }
  .paee-hr-info{
    margin-top: 0;
    font-size: .28rem;
    text-align: left;
  }
  .page-job-title{
    line-height: 42px;
  }
  .page-job-title span{
    flex: auto;
    width: 45%;
    font-size: .26rem;
    text-align: left;
  }
  .page-job-title span.name{
    padding-right: 2vw;
  }
  .page-job-title span.hidden-xs,.page-job-title span.adds{
    display: none;
  }
  .page-job-title span.time{
    font-size: .24rem;
  }
  .page-job-title span.icon{
    flex: auto;
    width: .32rem;
    padding: 0 2vw;
    justify-content: flex-end;
  }
  .page-job-title span.icon svg{
    width: 14px;
    height: 14px;
  }
  .page-job-text{
    flex-direction: column;
  }
  .page-job-text-left{
    padding: .2rem;
    width: 100%;
  }
  .page-job-subtitle{
    margin-bottom: .2rem;
    font-size: .27rem;
  }
  .page-job-text-left:first-child{
    border-right: none;
    border-bottom: solid 1px #eee;
  }
  .page-job-text-left .page-text, .page-job-treatment-text{
    font-size: .24rem;
  }

  /* page dealer form */
  .page-retail-list {
    flex-direction: row;
    flex-wrap: wrap
  }

  .page-retail-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px
  }

  .page-retail-title {
    font-size: .14rem
  }

  .page-retail-block {
    height: 40px;
  }

  .page-retail-input {
    font-size: .12rem
  }

  .page-retail-item:last-child .page-technical-from-submit {
    width: 70%
  }

  .page-retail-select .el-input__inner {
    height: 40px;
    line-height: 40px
  }

  .page-retail-en {
    display: none
  }

  /* page article detail */
  .article-detail .container {
    padding: 0.38rem;
  }

  .article-detail .page-title {
    font-size: 0.342rem;
  }

  .page-info {
    margin: 0.38rem 0;
    padding-bottom: 0.285rem;
  }

  .page-next {
    margin-top: 0.38rem;
  }

  .path {
    padding-top: 0.3rem;
  }

  /* mobile page contact */
  .page-contact-logo {
    padding-left: 0;
    margin-top: 20px;
  }

  .page-contact-logo:before {
    display: none
  }

  .page-contact-logo img {
    height: 50px;
    margin: auto;
  }

  .page-contact-list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0
  }

  .page-contact-item {
    width: 50%;
    flex: auto;
    border-bottom: solid 1px #fff;
    padding: 30px 15px
  }

  .page-contact-item i {
    width: 40px;
    height: 40px;
    font-size: .3rem;
    line-height: 40px;
  }

  .page-contact-item span {
    margin-top: 10px;
    font-size: .266rem;
    margin-bottom: 5px
  }

  .page-contact-item p {
    font-size: .24rem;
    line-height: 2
  }

  .page-map {
    margin-top: 30px
  }

  /* footer */
  .footer {}

  .footer .container {
    flex-direction: column;
  }

  .footer-copyright {
    flex-direction: column;
    align-items: center;
    padding: 0.3rem 0 0.2rem;
    border-top: 1px solid rgba(235, 235, 235, 0.1);
    text-align: center;
  }

  .footer-copyright p,
  .footer-copyright span,
  .footer-copyright a {
    font-size: 0.24rem;
  }
	.ft-media i{
		font-size: .3rem
	}
}

.backTop {
  position: fixed;
  z-index: 51;
  right: 50px;
  bottom: -100px;
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 117, 193, 1);
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); */
  cursor: pointer;
}

.backTop i {
  font-size: 0.28rem;
  line-height: 1;
  color: #fff;
  transform: rotate(-90deg);
  position: relative;
  z-index: 10;
}

.scale {
  width: 0.52rem;
  height: 0.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.scale span {
  position: absolute;
  background-color: rgba(0, 117, 193, 1);
  border-radius: 50%;
  animation: animate 3.5s linear infinite;
  animation-delay: calc(0.35s * var(--i));
}

@keyframes animate {
  0% {
    width: 0;
    height: 0;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    width: 1.06rem;
    height: 1.06rem;
    opacity: 0;
  }
}

.circles {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.circles span {
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transition: ease 1s;
  -webkit-transition: ease 1s;
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.circles span:first-child {
  animation: bubble 4s linear infinite;
  -webkit-animation: bubble 4s linear infinite;
  background: rgba(0, 117, 193, 0.6);
}

.circles span:nth-child(2) {
  animation: bubbleThree 6s linear infinite;
  -webkit-animation: bubbleThree 6s linear infinite;
  background: rgba(0, 117, 193, 0.8);
  transition-delay: 0.3s;
}

.circles span:nth-child(3) {
  animation: bubbleTwo 3s linear infinite;
  -webkit-animation: bubbleTwo 3s linear infinite;
  background: rgba(0, 117, 193, 1);
  transition-delay: 0.8s;
}

.circles span:nth-child(4) {
  animation: bubbleFour 9s linear infinite;
  -webkit-animation: bubbleFour 9s linear infinite;
  background: rgba(0, 117, 193, 0.3);
}

.circles span:last-child {
  animation: bubbleFive 7s linear infinite;
  -webkit-animation: bubbleFive 7s linear infinite;
  background: rgba(0, 117, 193, 0.5);
}

@keyframes bubble {
  0% {
    transform: translate(200%, -30px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(200%, -30px) rotate(360deg) scale(0.4, 0.4);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(0%, -70px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(0%, -70px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes bubbleTwo {
  0% {
    transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(-200%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(250%, -50px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(250%, -50px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(100%, -100px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(100%, -100px) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes bubbleThree {
  0% {
    transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-250%, -50px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(-250%, -50px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(-300%, -100px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(-300%, -100px) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes bubbleFour {
  0% {
    transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(400%, 0px) rotate(360deg) scale(1, 1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(400%, -50px) rotate(360deg) scale(0.8, 0.8);
    -webkit-transform: translate(400%, -50px) rotate(360deg) scale(0.8, 0.8);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(-100%, -100px) rotate(360deg) scale(0.4, 0.4);
    -webkit-transform: translate(-100%, -100px) rotate(360deg) scale(0.4, 0.4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes bubbleFive {
  0% {
    transform: translate(-400%, 0px) rotate(360deg) scale(0.1, 0.1);
    -webkit-transform: translate(-400%, 0px) rotate(360deg) scale(0.1, 0.1);
    opacity: 1;
    -webkit-opacity: 1;
  }

  50% {
    transform: translate(-400%, -50px) rotate(360deg) scale(0.6, 0.6);
    -webkit-transform: translate(-400%, -50px) rotate(360deg) scale(0.6, 0.6);
    opacity: 0.5;
    -webkit-opacity: 0.5;
  }

  100% {
    transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    -webkit-transform: translate(0%, -100px) rotate(360deg) scale(1, 1);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

.backTop.active {
  bottom: 50px;
}

@media (max-width: 760px) {
  .backTop {
    width: 0.8rem;
    height: 0.8rem;
    right: 20px;
  }

  .backTop.active {
    bottom: 80px;
  }
}